projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c85ef9
)
(perl-mode): Add autoload cookie.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 5 Aug 1993 01:37:04 +0000
(
01:37
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 5 Aug 1993 01:37:04 +0000
(
01:37
+0000)
lisp/progmodes/perl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/perl-mode.el
b/lisp/progmodes/perl-mode.el
index 9380f98e926699acf817f03dd974bdef47fd8119..66d9f921bbcb9385cdc5847af933865f6a5e884c 100644
(file)
--- a/
lisp/progmodes/perl-mode.el
+++ b/
lisp/progmodes/perl-mode.el
@@
-172,6
+172,7
@@
already, create a new comment.")
(defconst perl-nochange ";?#\\|\f\\|\\s(\\|\\(\\w\\|\\s_\\)+:"
"*Lines starting with this regular expression will not be auto-indented.")
\f
+;;;###autoload
(defun perl-mode ()
"Major mode for editing Perl code.
Expression and list commands understand all Perl brackets.